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

Unified Diff: third_party/WebKit/WebCore/dom/CanvasSurface.h

Issue 2944020: 2010-07-09 W. James MacLean <wjmaclean@chromium.org>... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/375/src/
Patch Set: Created 10 years, 5 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/WebCore/dom/CanvasSurface.h
===================================================================
--- third_party/WebKit/WebCore/dom/CanvasSurface.h (revision 52374)
+++ third_party/WebKit/WebCore/dom/CanvasSurface.h (working copy)
@@ -93,6 +93,9 @@
void createImageBuffer() const;
static const float MaxCanvasArea;
+#if PLATFORM(SKIA)
+ static const float MaxSkiaDim;
+#endif
IntSize m_size;

Powered by Google App Engine
This is Rietveld 408576698