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

Unified Diff: sky/engine/core/dom/Node.cpp

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « skia/skia_test_expectations.txt ('k') | sky/shell/apk/src/org/domokit/sky/shell/SkyShellApplication.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Node.cpp
diff --git a/sky/engine/core/dom/Node.cpp b/sky/engine/core/dom/Node.cpp
index 60f5fe971ed64e0b8cb02cc43b90f172d971d148..473ae8e5a2e5db4a5248e9b32c98dbed50786cab 100644
--- a/sky/engine/core/dom/Node.cpp
+++ b/sky/engine/core/dom/Node.cpp
@@ -533,7 +533,7 @@ void Node::markAncestorsWithChildNeedsDistributionRecalc()
namespace {
-class JSONTraceValue : public base::debug::ConvertableToTraceFormat {
+class JSONTraceValue : public base::trace_event::ConvertableToTraceFormat {
public:
explicit JSONTraceValue(RefPtr<JSONValue> value)
: m_value(value.release()) { }
« no previous file with comments | « skia/skia_test_expectations.txt ('k') | sky/shell/apk/src/org/domokit/sky/shell/SkyShellApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698