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

Unified Diff: Source/core/page/PageSerializer.h

Issue 1238943004: CSSValue Immediates: Replace CSSValue usage with const references (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cssvalue_patch_1
Patch Set: Rebase Created 5 years, 5 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/editing/EditingStyle.cpp ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PageSerializer.h
diff --git a/Source/core/page/PageSerializer.h b/Source/core/page/PageSerializer.h
index b4064d3b1048a288267cd47dd04e86170ba74026..831d8a0cd75eea1ebbb45d303335e7c4aecb3ea7 100644
--- a/Source/core/page/PageSerializer.h
+++ b/Source/core/page/PageSerializer.h
@@ -100,7 +100,7 @@ private:
void addFontToResources(FontResource*);
void retrieveResourcesForProperties(const StylePropertySet*, Document&);
- void retrieveResourcesForCSSValue(CSSValue, Document&);
+ void retrieveResourcesForCSSValue(const CSSValue&, Document&);
Vector<SerializedResource>* m_resources;
ListHashSet<KURL> m_resourceURLs;
« no previous file with comments | « Source/core/editing/EditingStyle.cpp ('k') | Source/core/page/PageSerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698