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

Unified Diff: ppapi/thunk/ppb_instance_api.h

Issue 238923007: PPAPI: Format ppapi/thunk using clang-format. (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: ppapi/thunk/ppb_instance_api.h
diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h
index 23bf18c112a092952a35f50fcfc53f83448dccfa..9a4e4a3558e74920210736980801274bc1a55526 100644
--- a/ppapi/thunk/ppb_instance_api.h
+++ b/ppapi/thunk/ppb_instance_api.h
@@ -90,16 +90,15 @@ class PPB_Instance_API {
// Fullscreen.
virtual PP_Bool IsFullscreen(PP_Instance instance) = 0;
- virtual PP_Bool SetFullscreen(PP_Instance instance,
- PP_Bool fullscreen) = 0;
+ virtual PP_Bool SetFullscreen(PP_Instance instance, PP_Bool fullscreen) = 0;
virtual PP_Bool GetScreenSize(PP_Instance instance, PP_Size* size) = 0;
// This is an implementation-only function which grabs an instance of a
// "singleton resource". These are used to implement instance interfaces
// (functions which are associated with the instance itself as opposed to a
// resource).
- virtual Resource* GetSingletonResource(
- PP_Instance instance, SingletonResourceID id) = 0;
+ virtual Resource* GetSingletonResource(PP_Instance instance,
+ SingletonResourceID id) = 0;
// InputEvent.
virtual int32_t RequestInputEvents(PP_Instance instance,

Powered by Google App Engine
This is Rietveld 408576698