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

Unified Diff: ppapi/thunk/ppb_graphics_2d_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_graphics_2d_api.h
diff --git a/ppapi/thunk/ppb_graphics_2d_api.h b/ppapi/thunk/ppb_graphics_2d_api.h
index cdb07cce8079902b135c81ff223330a66d635f0a..7f0b35a0a3f888ea4724796dfe9d9adb4a61e955 100644
--- a/ppapi/thunk/ppb_graphics_2d_api.h
+++ b/ppapi/thunk/ppb_graphics_2d_api.h
@@ -28,8 +28,7 @@ class PPAPI_THUNK_EXPORT PPB_Graphics2D_API {
virtual void PaintImageData(PP_Resource image_data,
const PP_Point* top_left,
const PP_Rect* src_rect) = 0;
- virtual void Scroll(const PP_Rect* clip_rect,
- const PP_Point* amount) = 0;
+ virtual void Scroll(const PP_Rect* clip_rect, const PP_Point* amount) = 0;
virtual void ReplaceContents(PP_Resource image_data) = 0;
virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) = 0;
virtual PP_Bool SetScale(float scale) = 0;

Powered by Google App Engine
This is Rietveld 408576698