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

Unified Diff: Source/core/css/FontValue.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/FontFeatureValue.cpp ('k') | Source/core/css/FontValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontValue.h
diff --git a/Source/core/css/FontValue.h b/Source/core/css/FontValue.h
index 457863b610f121f0b23b2a70e89cc0a334a6b939..71f0dfb67297729de55a8a04a65d7db6f6ab7bd7 100644
--- a/Source/core/css/FontValue.h
+++ b/Source/core/css/FontValue.h
@@ -41,8 +41,6 @@ public:
bool equals(const FontValue&) const;
- void reportDescendantMemoryUsage(MemoryObjectInfo*) const;
-
RefPtr<CSSPrimitiveValue> style;
RefPtr<CSSPrimitiveValue> variant;
RefPtr<CSSPrimitiveValue> weight;
« no previous file with comments | « Source/core/css/FontFeatureValue.cpp ('k') | Source/core/css/FontValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698