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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h

Issue 2508943003: Make OffscreenCanvas resizeable (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/canvas2d/CanvasRenderingContext2D.h
diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
index f3c4130a7154fe8e96587e11e32b3eb7abf46716..1fbcc67d26e6a9d446186bc9b17f4c96c92fbd2b 100644
--- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
+++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
@@ -210,8 +210,6 @@ class MODULES_EXPORT CanvasRenderingContext2D final
void dispatchContextRestoredEvent(TimerBase*);
void tryRestoreContextEvent(TimerBase*);
- void unwindStateStack();
-
void pruneLocalFontCache(size_t targetSize);
void schedulePruneLocalFontCacheIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698