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

Unified Diff: content/renderer/pepper/renderer_ppapi_host_impl.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
« no previous file with comments | « content/renderer/pepper/ppb_widget_impl.cc ('k') | content/renderer/pepper/renderer_ppapi_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/renderer_ppapi_host_impl.h
diff --git a/content/renderer/pepper/renderer_ppapi_host_impl.h b/content/renderer/pepper/renderer_ppapi_host_impl.h
index c2ad0d1cb0d7b6bdf120ca062aeb82373391c25f..8da1411942ed536a4a6ae7af79e1098e912cbfb7 100644
--- a/content/renderer/pepper/renderer_ppapi_host_impl.h
+++ b/content/renderer/pepper/renderer_ppapi_host_impl.h
@@ -76,20 +76,20 @@ class RendererPpapiHostImpl : public RendererPpapiHost {
// RendererPpapiHost implementation.
virtual ppapi::host::PpapiHost* GetPpapiHost() OVERRIDE;
virtual bool IsValidInstance(PP_Instance instance) const OVERRIDE;
- virtual PepperPluginInstance* GetPluginInstance(
- PP_Instance instance) const OVERRIDE;
- virtual RenderFrame* GetRenderFrameForInstance(
- PP_Instance instance) const OVERRIDE;
- virtual RenderView* GetRenderViewForInstance(
- PP_Instance instance) const OVERRIDE;
+ virtual PepperPluginInstance* GetPluginInstance(PP_Instance instance) const
+ OVERRIDE;
+ virtual RenderFrame* GetRenderFrameForInstance(PP_Instance instance) const
+ OVERRIDE;
+ virtual RenderView* GetRenderViewForInstance(PP_Instance instance) const
+ OVERRIDE;
virtual blink::WebPluginContainer* GetContainerForInstance(
PP_Instance instance) const OVERRIDE;
virtual base::ProcessId GetPluginPID() const OVERRIDE;
virtual bool HasUserGesture(PP_Instance instance) const OVERRIDE;
virtual int GetRoutingIDForWidget(PP_Instance instance) const OVERRIDE;
- virtual gfx::Point PluginPointToRenderFrame(
- PP_Instance instance,
- const gfx::Point& pt) const OVERRIDE;
+ virtual gfx::Point PluginPointToRenderFrame(PP_Instance instance,
+ const gfx::Point& pt) const
+ OVERRIDE;
virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
base::PlatformFile handle,
bool should_close_source) OVERRIDE;
@@ -97,8 +97,8 @@ class RendererPpapiHostImpl : public RendererPpapiHost {
virtual void CreateBrowserResourceHosts(
PP_Instance instance,
const std::vector<IPC::Message>& nested_msgs,
- const base::Callback<void(
- const std::vector<int>&)>& callback) const OVERRIDE;
+ const base::Callback<void(const std::vector<int>&)>& callback) const
+ OVERRIDE;
virtual GURL GetDocumentURL(PP_Instance instance) const OVERRIDE;
private:
« no previous file with comments | « content/renderer/pepper/ppb_widget_impl.cc ('k') | content/renderer/pepper/renderer_ppapi_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698