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

Unified Diff: third_party/WebKit/Source/platform/Logging.cpp

Issue 1510603005: [Do not submit] Worklet implementation. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A basic CompositorWorklet implementation. Created 5 years 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/platform/Logging.cpp
diff --git a/third_party/WebKit/Source/platform/Logging.cpp b/third_party/WebKit/Source/platform/Logging.cpp
index ac945fd4ebd3ebe3974e7c7fdc3e0ff1056e12fc..5bfd94f651203cb90e059391c9324162c9279e6c 100644
--- a/third_party/WebKit/Source/platform/Logging.cpp
+++ b/third_party/WebKit/Source/platform/Logging.cpp
@@ -32,7 +32,7 @@
namespace blink {
-WTFLogChannel LogNotYetImplemented = { WTFLogChannelOff };
+WTFLogChannel LogNotYetImplemented = { WTFLogChannelOn };
WTFLogChannel LogFrames = { WTFLogChannelOff };
WTFLogChannel LogLoading = { WTFLogChannelOff };

Powered by Google App Engine
This is Rietveld 408576698