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

Unified Diff: src/gpu/GrTest.cpp

Issue 1270583003: Move some parts of onReadPixels up to GrGpu readPixels. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nit Created 5 years, 5 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: src/gpu/GrTest.cpp
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
index ce98aa764ba11182a87f2911ea6a900c554b36ec..5420a355e49ab6209b6163ad9ef3513bf3595cc7 100644
--- a/src/gpu/GrTest.cpp
+++ b/src/gpu/GrTest.cpp
@@ -208,7 +208,8 @@ private:
int left, int top, int width, int height,
GrPixelConfig,
void* buffer,
- size_t rowBytes) override {
+ size_t rowBytes,
+ size_t tightRowBytes) override {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698