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

Unified Diff: Source/core/css/WebKitCSSViewportRule.h

Issue 13973026: remove memoryinstrumentation Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove the rest part of MemoryInstrumentation Created 7 years, 8 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
« no previous file with comments | « Source/core/css/WebKitCSSTransformValue.cpp ('k') | Source/core/css/WebKitCSSViewportRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSViewportRule.h
diff --git a/Source/core/css/WebKitCSSViewportRule.h b/Source/core/css/WebKitCSSViewportRule.h
index 3e6b773fe7fdd3576d333b0199f6424370e7d504..9cb5af400463657a47fa0be90ae578a0b98eb77b 100644
--- a/Source/core/css/WebKitCSSViewportRule.h
+++ b/Source/core/css/WebKitCSSViewportRule.h
@@ -52,7 +52,6 @@ public:
virtual CSSRule::Type type() const OVERRIDE { return WEBKIT_VIEWPORT_RULE; }
virtual String cssText() const OVERRIDE;
virtual void reattach(StyleRuleBase*) OVERRIDE;
- virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;
CSSStyleDeclaration* style() const;
« no previous file with comments | « Source/core/css/WebKitCSSTransformValue.cpp ('k') | Source/core/css/WebKitCSSViewportRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698