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

Unified Diff: sky/engine/platform/graphics/gpu/DrawingBuffer.cpp

Issue 691663002: Unfork Sky's trace events (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
Index: sky/engine/platform/graphics/gpu/DrawingBuffer.cpp
diff --git a/sky/engine/platform/graphics/gpu/DrawingBuffer.cpp b/sky/engine/platform/graphics/gpu/DrawingBuffer.cpp
index f7d54be6bec79b3853a9c8bceb87fc8ca1498b39..5f3cef7ce6c315fad7df50af94eed65ec0034730 100644
--- a/sky/engine/platform/graphics/gpu/DrawingBuffer.cpp
+++ b/sky/engine/platform/graphics/gpu/DrawingBuffer.cpp
@@ -150,7 +150,7 @@ DrawingBuffer::DrawingBuffer(PassOwnPtr<WebGraphicsContext3D> context,
, m_contextEvictionManager(contextEvictionManager)
{
// Used by browser tests to detect the use of a DrawingBuffer.
- TRACE_EVENT_INSTANT0("test_gpu", "DrawingBufferCreation");
+ TRACE_EVENT_INSTANT0("test_gpu", "DrawingBufferCreation", TRACE_EVENT_SCOPE_NAME_PROCESS);
#ifndef NDEBUG
drawingBufferCounter.increment();
#endif
« no previous file with comments | « sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698