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

Unified Diff: third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.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/modules/canvas/HTMLCanvasElementModule.h
diff --git a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
index 9be1eff93c3155a0ba4863f720cf115fcd3599c1..73807a8960f2bf7668bd80a65f8686549a2a64df 100644
--- a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
+++ b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModule.h
@@ -32,6 +32,7 @@ class MODULES_EXPORT HTMLCanvasElementModule {
private:
static OffscreenCanvas* transferControlToOffscreenInternal(HTMLCanvasElement&,
+ int canvasId,
ExceptionState&);
};
}

Powered by Google App Engine
This is Rietveld 408576698