aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-25 22:07:24 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-25 22:07:24 +0000
commit13e6576424317c6c54323a6de34876f44112560e (patch)
tree2cfd04309bdb75ad082725df81edf89ae5b28517 /src/gpu/GrGpu.cpp
parent6aeabb16942ead34a2ec985843549f7f4c1ea762 (diff)
Remove forceRenderTargetFlush (unused)
R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/210253004 git-svn-id: http://skia.googlecode.com/svn/trunk@13948 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrGpu.cpp')
-rw-r--r--src/gpu/GrGpu.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp
index 328b40ed83..7c694c9dbc 100644
--- a/src/gpu/GrGpu.cpp
+++ b/src/gpu/GrGpu.cpp
@@ -219,11 +219,6 @@ void GrGpu::clear(const SkIRect* rect,
this->onClear(rect, color, canIgnoreRect);
}
-void GrGpu::forceRenderTargetFlush() {
- this->handleDirtyContext();
- this->onForceRenderTargetFlush();
-}
-
bool GrGpu::readPixels(GrRenderTarget* target,
int left, int top, int width, int height,
GrPixelConfig config, void* buffer,