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

Unified Diff: cc/test/test_image_factory.h

Issue 2148983002: gpu: Take surface handle into account when importing buffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: avoid crash in DrmDeviceManager::GetDrmDevice when passed invalid widget Created 4 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
« no previous file with comments | « no previous file | cc/test/test_image_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_image_factory.h
diff --git a/cc/test/test_image_factory.h b/cc/test/test_image_factory.h
index 42a92e37a1bd3d72d82d5225106c81a158cb8828..d896d3aaa21f3b1b1058c3c490b458e7720f6a09 100644
--- a/cc/test/test_image_factory.h
+++ b/cc/test/test_image_factory.h
@@ -21,7 +21,8 @@ class TestImageFactory : public gpu::ImageFactory {
const gfx::Size& size,
gfx::BufferFormat format,
unsigned internalformat,
- int client_id) override;
+ int client_id,
+ gpu::SurfaceHandle surface_handle) override;
private:
DISALLOW_COPY_AND_ASSIGN(TestImageFactory);
« no previous file with comments | « no previous file | cc/test/test_image_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698