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

Unified Diff: Source/WebCore/platform/graphics/chromium/TiledLayerChromium.h

Issue 9697001: Merge 109263 - [chromium] Don't let invalidation for next frame prevent tile upload (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/chromium/TiledLayerChromium.h
===================================================================
--- Source/WebCore/platform/graphics/chromium/TiledLayerChromium.h (revision 110452)
+++ Source/WebCore/platform/graphics/chromium/TiledLayerChromium.h (working copy)
@@ -81,6 +81,9 @@
// Set invalidations to be potentially repainted during update().
void invalidateRect(const IntRect& layerRect);
+ // Reset state on tiles that will be used for updating the layer.
+ void resetUpdateState();
+
// Prepare data needed to update textures that intersect with layerRect.
void prepareToUpdate(const IntRect& layerRect);
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698