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

Unified Diff: third_party/WebKit/Source/core/style/CachedUAStyle.h

Issue 2345543002: debugging for crbug.com/646539
Patch Set: 3 TUs, 2 .h Created 4 years, 3 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
Index: third_party/WebKit/Source/core/style/CachedUAStyle.h
diff --git a/third_party/WebKit/Source/core/style/CachedUAStyle.h b/third_party/WebKit/Source/core/style/CachedUAStyle.h
index 347b4fe21869c5e43c7cff103248b5b0d7772781..7a2e52620308daa2f292ce26adf9884c0feafff6 100644
--- a/third_party/WebKit/Source/core/style/CachedUAStyle.h
+++ b/third_party/WebKit/Source/core/style/CachedUAStyle.h
@@ -43,15 +43,15 @@ public:
return wrapUnique(new CachedUAStyle(style));
}
- BorderData border;
- FillLayer backgroundLayers;
+ //BorderData border;
+ //FillLayer backgroundLayers;
StyleColor backgroundColor;
private:
explicit CachedUAStyle(const ComputedStyle* style)
- : border(style->border())
- , backgroundLayers(style->backgroundLayers())
- , backgroundColor(style->backgroundColor())
+ : //border(style->border())
+ //, backgroundLayers(style->backgroundLayers())
+ backgroundColor(style->backgroundColor())
{
}
};
« no previous file with comments | « third_party/WebKit/Source/core/style/BorderData.h ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698