/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkSGInvalidationController_DEFINED #define SkSGInvalidationController_DEFINED #include "include/core/SkMatrix.h" #include "include/core/SkRect.h" #include "include/core/SkTypes.h" #include <vector> namespace sksg { /** * Receiver for invalidation events. * * Tracks dirty regions for repaint. */ class InvalidationController { … }; } // namespace sksg #endif // SkSGInvalidationController_DEFINED