/* * 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 SkPathOpBounds_DEFINED #define SkPathOpBounds_DEFINED #include "include/core/SkRect.h" #include "src/pathops/SkPathOpsRect.h" // SkPathOpsBounds, unlike SkRect, does not consider a line to be empty. struct SkPathOpsBounds : public SkRect { … }; #endif