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

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

Issue 1670463002: [Oilpan] Unify memory usage reporters of Oilpan (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/HTMLCanvasElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
index b06280ed04dbc1ccd318f1906b125c82ba05920f..241234a610411d263d4efeb73a0ee85b0ef9c2af 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
@@ -174,7 +174,6 @@ public:
void createImageBufferUsingSurfaceForTesting(PassOwnPtr<ImageBufferSurface>);
static void registerRenderingContextFactory(PassOwnPtr<CanvasRenderingContextFactory>);
- void updateExternallyAllocatedMemory() const;
void styleDidChange(const ComputedStyle* oldStyle, const ComputedStyle& newStyle);
@@ -218,8 +217,6 @@ private:
bool m_ignoreReset;
FloatRect m_dirtyRect;
- mutable intptr_t m_externallyAllocatedMemory;
-
bool m_originClean;
// It prevents HTMLCanvasElement::buffer() from continuously re-attempting to allocate an imageBuffer

Powered by Google App Engine
This is Rietveld 408576698