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

Side by Side Diff: Source/core/css/WebKitCSSMixFunctionValue.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. 2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 7 *
8 * 1. Redistributions of source code must retain the above 8 * 1. Redistributions of source code must retain the above
9 * copyright notice, this list of conditions and the following 9 * copyright notice, this list of conditions and the following
10 * disclaimer. 10 * disclaimer.
(...skipping 30 matching lines...) Expand all
41 { 41 {
42 return adoptRef(new WebKitCSSMixFunctionValue()); 42 return adoptRef(new WebKitCSSMixFunctionValue());
43 } 43 }
44 44
45 String customCssText() const; 45 String customCssText() const;
46 46
47 PassRefPtr<WebKitCSSMixFunctionValue> cloneForCSSOM() const; 47 PassRefPtr<WebKitCSSMixFunctionValue> cloneForCSSOM() const;
48 48
49 bool equals(const WebKitCSSMixFunctionValue&) const; 49 bool equals(const WebKitCSSMixFunctionValue&) const;
50 50
51 void reportDescendantMemoryUsage(MemoryObjectInfo*) const;
52
53 private: 51 private:
54 WebKitCSSMixFunctionValue(); 52 WebKitCSSMixFunctionValue();
55 WebKitCSSMixFunctionValue(const WebKitCSSMixFunctionValue& cloneFrom); 53 WebKitCSSMixFunctionValue(const WebKitCSSMixFunctionValue& cloneFrom);
56 }; 54 };
57 55
58 } // namespace WebCore 56 } // namespace WebCore
59 57
60 58
61 #endif 59 #endif
OLDNEW
« no previous file with comments | « Source/core/css/WebKitCSSKeyframesRule.cpp ('k') | Source/core/css/WebKitCSSMixFunctionValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698