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

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h

Issue 2778483002: Synchronize commits at end of JS task (Closed)
Patch Set: fix layout test Created 3 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
Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
index aacbab6fe6c0ab89fea5adfa1e52a6978db6e155..7991a2bfa1749da54b98ad524b07383136c66aea 100644
--- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
+++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
@@ -159,6 +159,8 @@ class CORE_EXPORT CanvasRenderingContext
// of a presentable frame.
virtual void finalizeFrame() {}
+ void needsFinalizeFrame();
+
// WebThread::TaskObserver implementation
void didProcessTask() override;
void willProcessTask() final {}

Powered by Google App Engine
This is Rietveld 408576698