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

Unified Diff: Source/platform/graphics/GraphicsLayer.h

Issue 341213002: Redraw only dirty area for accelerated 2D Canvas. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/GraphicsLayer.h
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
index 256f68e78fb8f81b1818c3ef11befe9611fd0d97..d6a37658e8c88468195d614ec53864f4cd03a992 100644
--- a/Source/platform/graphics/GraphicsLayer.h
+++ b/Source/platform/graphics/GraphicsLayer.h
@@ -198,6 +198,7 @@ public:
void setNeedsDisplayInRect(const FloatRect&);
void setContentsNeedsDisplay();
+ void setContentsNeedsDisplayInRect(const FloatRect&);
// Set that the position/size of the contents (image or video).
void setContentsRect(const IntRect&);

Powered by Google App Engine
This is Rietveld 408576698