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

Unified Diff: gpu/command_buffer/common/trace_event.h

Issue 6933035: Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial land attempt at htt... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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 | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/common/trace_event.h
===================================================================
--- gpu/command_buffer/common/trace_event.h (revision 84291)
+++ gpu/command_buffer/common/trace_event.h (working copy)
@@ -1,30 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef GPU_COMMAND_BUFFER_COMMON_TRACE_EVENT_H_
-#define GPU_COMMAND_BUFFER_COMMON_TRACE_EVENT_H_
-#pragma once
-
-#if !defined(__native_client__)
-
-#include "base/debug/trace_event.h"
-
-#else
-
-#define TRACE_EVENT0(x0, x1) { }
-#define TRACE_EVENT1(x0, x1, x2, x3) { }
-#define TRACE_EVENT2(x0, x1, x2, x3, x4, x5) { }
-#define TRACE_EVENT_INSTANT0(x0, x1) { }
-#define TRACE_EVENT_INSTANT1(x0, x1, x2, x3) { }
-#define TRACE_EVENT_INSTANT2(x0, x1, x2, x3, x4, x5) { }
-#define TRACE_BEGIN0(x0, x1) { }
-#define TRACE_BEGIN1(x0, x1, x2, x3) { }
-#define TRACE_BEGIN2(x0, x1, x2, x3, x4, x5) { }
-#define TRACE_END0(x0, x1) { }
-#define TRACE_END1(x0, x1, x2, x3) { }
-#define TRACE_END2(x0, x1, x2, x3, x4, x5) { }
-
-#endif // __native_client__
-
-#endif // GPU_COMMAND_BUFFER_COMMON_TRACE_EVENT_H_
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698