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

Unified Diff: content/renderer/pepper/fake_pepper_plugin_instance.cc

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/fake_pepper_plugin_instance.cc
diff --git a/content/renderer/pepper/fake_pepper_plugin_instance.cc b/content/renderer/pepper/fake_pepper_plugin_instance.cc
index 1a54058148d3a402c74f2fac88c52642b71ea643..53f20f61694e3ed4c0717d686d66f5923ab45293 100644
--- a/content/renderer/pepper/fake_pepper_plugin_instance.cc
+++ b/content/renderer/pepper/fake_pepper_plugin_instance.cc
@@ -11,25 +11,17 @@ namespace content {
FakePepperPluginInstance::~FakePepperPluginInstance() {}
-content::RenderView* FakePepperPluginInstance::GetRenderView() {
- return NULL;
-}
+content::RenderView* FakePepperPluginInstance::GetRenderView() { return NULL; }
blink::WebPluginContainer* FakePepperPluginInstance::GetContainer() {
return NULL;
}
-v8::Isolate* FakePepperPluginInstance::GetIsolate() const {
- return NULL;
-}
+v8::Isolate* FakePepperPluginInstance::GetIsolate() const { return NULL; }
-ppapi::VarTracker* FakePepperPluginInstance::GetVarTracker() {
- return NULL;
-}
+ppapi::VarTracker* FakePepperPluginInstance::GetVarTracker() { return NULL; }
-const GURL& FakePepperPluginInstance::GetPluginURL() {
- return gurl_;
-}
+const GURL& FakePepperPluginInstance::GetPluginURL() { return gurl_; }
base::FilePath FakePepperPluginInstance::GetModulePath() {
return base::FilePath();
@@ -51,9 +43,7 @@ PP_ExternalPluginResult FakePepperPluginInstance::SwitchToOutOfProcessProxy(
void FakePepperPluginInstance::SetAlwaysOnTop(bool on_top) {}
-bool FakePepperPluginInstance::IsFullPagePlugin() {
- return false;
-}
+bool FakePepperPluginInstance::IsFullPagePlugin() { return false; }
bool FakePepperPluginInstance::FlashSetFullscreen(bool fullscreen,
bool delay_report) {
« no previous file with comments | « content/renderer/pepper/fake_pepper_plugin_instance.h ('k') | content/renderer/pepper/host_array_buffer_var.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698