/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkIntersectionHelper_DEFINED #define SkIntersectionHelper_DEFINED #include "include/core/SkPath.h" #include "src/pathops/SkOpContour.h" #include "src/pathops/SkOpSegment.h" #ifdef SK_DEBUG #include "src/pathops/SkPathOpsPoint.h" #endif class SkIntersectionHelper { … }; #endif