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:
5c404c5
)
remove unneeded inval
author
reed
<reed@google.com>
Mon, 2 Jun 2014 21:41:24 +0000
(14:41 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Mon, 2 Jun 2014 21:41:24 +0000
(14:41 -0700)
TBR=
Author: reed@google.com
Review URL: https://codereview.chromium.org/
307993012
samplecode/SampleShaderText.cpp
patch
|
blob
|
history
diff --git
a/samplecode/SampleShaderText.cpp
b/samplecode/SampleShaderText.cpp
index 6f23a0b6b31df4ee5d5b452207ce860e2993cdb1..89abfc234549d0b355f64e2e3b346e823a07a8ab 100644
(file)
--- a/
samplecode/SampleShaderText.cpp
+++ b/
samplecode/SampleShaderText.cpp
@@
-185,9
+185,6
@@
protected:
canvas->restore();
}
canvas->restore();
-
- canvas->translate(0, SkIntToScalar(370));
- this->inval(NULL);
}
private: