projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b62da80
)
Remove extraneous newline.
author
Brian Salomon
<bsalomon@google.com>
Sat, 31 Jan 2015 19:29:16 +0000
(14:29 -0500)
committer
Brian Salomon
<bsalomon@google.com>
Sat, 31 Jan 2015 19:29:16 +0000
(14:29 -0500)
TBR=mtklein@google.com
Review URL: https://codereview.chromium.org/
878333004
gm/gm.h
patch
|
blob
|
history
diff --git
a/gm/gm.h
b/gm/gm.h
index 211e051685644ace996530522d468b66074f7ff8..e6c71a31ba1da235d2a0c5758c0d9ab05cec4d6a 100644
(file)
--- a/
gm/gm.h
+++ b/
gm/gm.h
@@
-94,8
+94,7
@@
namespace skiagm {
protected:
/** draws a standard message that the GM is only intended to be used with the GPU.*/
- void drawGpuOnlyMessage(SkCanvas*
- );
+ void drawGpuOnlyMessage(SkCanvas*);
virtual void onOnceBeforeDraw() {}
virtual void onDraw(SkCanvas*) = 0;
virtual void onDrawBackground(SkCanvas*);