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

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

Issue 2460683002: Fix focus ring damage sometimes being 1 pixel off. (Closed)
Patch Set: fix linux component/debug link error Created 4 years, 1 month 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 | « third_party/WebKit/Source/core/style/ComputedStyleTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/style/StyleBackgroundData.h
diff --git a/third_party/WebKit/Source/core/style/StyleBackgroundData.h b/third_party/WebKit/Source/core/style/StyleBackgroundData.h
index 18e7069b3ffa038192d2e3410d848a41a26e46f6..1512616438ddf021942537a1a69b4983770f460e 100644
--- a/third_party/WebKit/Source/core/style/StyleBackgroundData.h
+++ b/third_party/WebKit/Source/core/style/StyleBackgroundData.h
@@ -36,7 +36,7 @@ namespace blink {
// TODO(sashab): Move this into a private class on ComputedStyle, and remove
// all methods on it, merging them into copy/creation methods on ComputedStyle
// instead. Keep the allocation logic, only allocating a new object if needed.
-class StyleBackgroundData : public RefCounted<StyleBackgroundData> {
+class CORE_EXPORT StyleBackgroundData : public RefCounted<StyleBackgroundData> {
public:
static PassRefPtr<StyleBackgroundData> create() {
return adoptRef(new StyleBackgroundData);
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyleTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698