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

Unified Diff: Source/core/inspector/LayoutEditor.h

Issue 1164573002: CSSValue Immediates: Change CSSValue to an object instead of a pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/html/canvas/CanvasFontCache.cpp ('k') | Source/core/inspector/LayoutEditor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/LayoutEditor.h
diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
index f03efcb16a6174cf2f48f522f0952b091ee90486..47eba00fdd61b9ba858ca82dee4dd5ee6d8dd220 100644
--- a/Source/core/inspector/LayoutEditor.h
+++ b/Source/core/inspector/LayoutEditor.h
@@ -7,6 +7,7 @@
#include "core/CSSPropertyNames.h"
#include "core/CoreExport.h"
+#include "core/css/CSSValue.h"
#include "core/dom/Node.h"
#include "core/inspector/InspectorOverlayHost.h"
#include "platform/heap/Handle.h"
@@ -35,7 +36,7 @@ public:
private:
explicit LayoutEditor(InspectorCSSAgent*);
- RefPtrWillBeRawPtr<CSSPrimitiveValue> getPropertyCSSValue(CSSPropertyID) const;
+ NullableCSSValue getPropertyCSSValue(CSSPropertyID) const;
PassRefPtr<JSONObject> createValueDescription(const String&) const;
// InspectorOverlayHost::LayoutEditorListener implementation.
« no previous file with comments | « Source/core/html/canvas/CanvasFontCache.cpp ('k') | Source/core/inspector/LayoutEditor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698