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

Unified Diff: content/renderer/pepper/pepper_platform_context_3d.h

Issue 225903006: PPAPI: Run clang_format.py on content/renderer/pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 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
Index: content/renderer/pepper/pepper_platform_context_3d.h
diff --git a/content/renderer/pepper/pepper_platform_context_3d.h b/content/renderer/pepper/pepper_platform_context_3d.h
index dcd42caa611807124a4a436437d08176fbc0afeb..8112ea901de72fe82f11d0bd99fecca8e3d89768 100644
--- a/content/renderer/pepper/pepper_platform_context_3d.h
+++ b/content/renderer/pepper/pepper_platform_context_3d.h
@@ -54,8 +54,7 @@ class PlatformContext3D {
// Set an optional callback that will be invoked when the context is lost
// (e.g. gpu process crash). Takes ownership of the callback.
- typedef base::Callback<void(const std::string&, int)>
- ConsoleMessageCallback;
+ typedef base::Callback<void(const std::string&, int)> ConsoleMessageCallback;
void SetContextLostCallback(const base::Closure& callback);
// Set an optional callback that will be invoked when the GPU process
« no previous file with comments | « content/renderer/pepper/pepper_platform_audio_output.cc ('k') | content/renderer/pepper/pepper_platform_context_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698