diff options
Diffstat (limited to 'libs/hwui/DisplayListRenderer.cpp')
-rw-r--r-- | libs/hwui/DisplayListRenderer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/DisplayListRenderer.cpp b/libs/hwui/DisplayListRenderer.cpp index a4bce3a..606c67e 100644 --- a/libs/hwui/DisplayListRenderer.cpp +++ b/libs/hwui/DisplayListRenderer.cpp @@ -56,10 +56,6 @@ DisplayListData* DisplayListRenderer::finishRecording() { return data; } -void DisplayListRenderer::setViewport(int width, int height) { - initializeViewport(width, height); -} - status_t DisplayListRenderer::prepareDirty(float left, float top, float right, float bottom, bool opaque) { |