Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2446)

Unified Diff: Source/platform/graphics/skia/OpaqueRegionSkia.h

Issue 379253002: Initial implementation of display list backed 2D canvases (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: compile error fix Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/skia/OpaqueRegionSkia.h
diff --git a/Source/platform/graphics/skia/OpaqueRegionSkia.h b/Source/platform/graphics/skia/OpaqueRegionSkia.h
index 1e0bc4e6370ebd524e3a979dde8d72b7ced61162..4c354f4e0ab47e2b38a69c1d02bea66caf09ba51 100644
--- a/Source/platform/graphics/skia/OpaqueRegionSkia.h
+++ b/Source/platform/graphics/skia/OpaqueRegionSkia.h
@@ -84,6 +84,8 @@ public:
SkRect opaqueRect;
};
+ void reset();
+
private:
void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
void applyOpaqueRegionFromLayer(const GraphicsContext*, const SkRect& layerOpaqueRect, const SkPaint&);

Powered by Google App Engine
This is Rietveld 408576698