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

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

Issue 763493003: Track scissored damage area for WebGL Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 b57049681317ead1bbd7a1b829bc0e9d84070f25..9d98ee7fbd98552a4a12052ddc0c03ca67f427d9 100644
--- a/Source/platform/graphics/GraphicsLayer.h
+++ b/Source/platform/graphics/GraphicsLayer.h
@@ -186,7 +186,7 @@ public:
// Mark the given rect (in layer coords) as needing display. Never goes deep.
void setNeedsDisplayInRect(const IntRect&, PaintInvalidationReason);
- void setContentsNeedsDisplay();
+ void setContentsNeedsDisplay(const IntRect&);
// Set that the position/size of the contents (image or video).
void setContentsRect(const IntRect&);
« no previous file with comments | « Source/core/rendering/compositing/CompositedLayerMapping.cpp ('k') | Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698