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

Unified Diff: gpu/command_buffer/common/debug_marker_manager.cc

Issue 10829307: Fix scons build of gpu command buffer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: gpu/command_buffer/common/debug_marker_manager.cc
diff --git a/gpu/command_buffer/common/debug_marker_manager.cc b/gpu/command_buffer/common/debug_marker_manager.cc
index f0127d521c191157edc17c01e1bf96148d63fe04..c6336f98f6220efd69b8cedcc03911b3a31f1eba 100644
--- a/gpu/command_buffer/common/debug_marker_manager.cc
+++ b/gpu/command_buffer/common/debug_marker_manager.cc
@@ -22,7 +22,7 @@ void DebugMarkerManager::Group::SetMarker(const std::string& marker) {
DebugMarkerManager::DebugMarkerManager() {
// Push root group.
group_stack_.push(Group(std::string("")));
-};
+}
DebugMarkerManager::~DebugMarkerManager() {
}
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | ppapi/native_client/src/shared/ppapi_proxy/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698