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

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

Issue 588403003: Fix a rendering bug when frames have no dirty rect on display list mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename Created 6 years, 3 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/RecordingImageBufferSurface.h
diff --git a/Source/platform/graphics/RecordingImageBufferSurface.h b/Source/platform/graphics/RecordingImageBufferSurface.h
index 9fd2448f7e9930bc027f836cf6b508e95f5381e4..e463ca5b4bf89bbec1f9b1bc63a4acd0a4f64711 100644
--- a/Source/platform/graphics/RecordingImageBufferSurface.h
+++ b/Source/platform/graphics/RecordingImageBufferSurface.h
@@ -45,7 +45,7 @@ private:
typedef LinkedStack<StateRec> StateStack;
friend class ::RecordingImageBufferSurfaceTest; // for unit testing
void fallBackToRasterCanvas();
- void initializeCurrentFrame();
+ bool initializeCurrentFrame();
bool finalizeFrameInternal();
// saves current clip and transform matrix of canvas

Powered by Google App Engine
This is Rietveld 408576698