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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.h

Issue 2479563005: Create manager to track OffscreenCanvasSurfaceImpl instances (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
index 73ab97f232ff6def959b509811d90a9b9a5ad7ef..e92b0cf8f7da700e5cf6276809f9861bb5b2b2c5 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
@@ -225,7 +225,7 @@ class CORE_EXPORT HTMLCanvasElement final : public HTMLElement,
CanvasSurfaceLayerBridge* surfaceLayerBridge() const {
return m_surfaceLayerBridge.get();
}
- bool createSurfaceLayer();
+ bool createSurfaceLayer(int canvasId);
void detachContext() { m_context = nullptr; }

Powered by Google App Engine
This is Rietveld 408576698