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

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

Issue 1203873004: Retrieve resources from media and supports query rules while serializing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary include Created 5 years, 6 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 | « no previous file | Source/core/page/PageSerializer.cpp » ('j') | Source/core/page/PageSerializer.cpp » ('J')
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 52f43c9e0012ade9e08280728680b357d248e09e..a9fc7f6be695f8430244be79b6ec3ff83f4c81cf 100644
--- a/Source/core/page/PageSerializer.h
+++ b/Source/core/page/PageSerializer.h
@@ -45,6 +45,7 @@ namespace blink {
class Attribute;
class FontResource;
class ImageResource;
+class CSSRule;
class CSSStyleSheet;
class CSSValue;
class Document;
@@ -86,6 +87,9 @@ private:
// It also adds any resources included in that stylesheet (including any imported stylesheets and their own resources).
void serializeCSSStyleSheet(CSSStyleSheet&, const KURL&);
+ // Serializes the css rule (including any imported stylesheets), adding referenced resources
philipj_slow 2015/06/25 09:07:41 https://www.chromium.org/blink/coding-style#TOC-Co
+ void serializeCSSRule(CSSRule*);
+
bool shouldAddURL(const KURL&);
void addToResources(Resource *, PassRefPtr<SharedBuffer>, const KURL&);
« no previous file with comments | « no previous file | Source/core/page/PageSerializer.cpp » ('j') | Source/core/page/PageSerializer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698