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

Unified Diff: Source/core/css/CSSTimingFunctionValue.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/CSSSupportsRule.cpp ('k') | Source/core/css/CSSTimingFunctionValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSTimingFunctionValue.h
diff --git a/Source/core/css/CSSTimingFunctionValue.h b/Source/core/css/CSSTimingFunctionValue.h
index 4c3fe0b36310371deeca38fd92c52180d92f703f..19b9c4b82b3adca4475adfd9b55d9a381473d2f7 100644
--- a/Source/core/css/CSSTimingFunctionValue.h
+++ b/Source/core/css/CSSTimingFunctionValue.h
@@ -42,8 +42,6 @@ public:
bool equals(const CSSLinearTimingFunctionValue&) const { return true; }
- void reportDescendantMemoryUsage(MemoryObjectInfo*) const;
-
private:
CSSLinearTimingFunctionValue()
: CSSValue(LinearTimingFunctionClass)
@@ -67,8 +65,6 @@ public:
bool equals(const CSSCubicBezierTimingFunctionValue&) const;
- void reportDescendantMemoryUsage(MemoryObjectInfo*) const;
-
private:
CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2)
: CSSValue(CubicBezierTimingFunctionClass)
@@ -99,8 +95,6 @@ public:
bool equals(const CSSStepsTimingFunctionValue&) const;
- void reportDescendantMemoryUsage(MemoryObjectInfo*) const;
-
private:
CSSStepsTimingFunctionValue(int steps, bool stepAtStart)
: CSSValue(StepsTimingFunctionClass)
« no previous file with comments | « Source/core/css/CSSSupportsRule.cpp ('k') | Source/core/css/CSSTimingFunctionValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698