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

Unified Diff: sky/engine/platform/Logging.cpp

Issue 865153004: Remove dead code related to compositing from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/platform/Logging.h ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/Logging.cpp
diff --git a/sky/engine/platform/Logging.cpp b/sky/engine/platform/Logging.cpp
index eb7248f98ef42fe53daf4321d7c71ebe60d0db51..2e2b4ddb649d2dffcf8937372fd97f46795e5265 100644
--- a/sky/engine/platform/Logging.cpp
+++ b/sky/engine/platform/Logging.cpp
@@ -58,8 +58,6 @@ WTFLogChannel LogProgress = { WTFLogChannelOff };
WTFLogChannel LogFileAPI = { WTFLogChannelOff };
-WTFLogChannel LogCompositing = { WTFLogChannelOff };
-
WTFLogChannel LogScriptedAnimationController = { WTFLogChannelOff };
WTFLogChannel LogTimers = { WTFLogChannelOff };
@@ -119,9 +117,6 @@ WTFLogChannel* getChannelFromName(const String& channelName)
if (equalIgnoringCase(channelName, String("FileAPI")))
return &LogFileAPI;
- if (equalIgnoringCase(channelName, String("Compositing")))
- return &LogCompositing;
-
if (equalIgnoringCase(channelName, String("ScriptedAnimationController")))
return &LogScriptedAnimationController;
« no previous file with comments | « sky/engine/platform/Logging.h ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698