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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h

Issue 1950763002: Remove abstractions around GLuint and GL constants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
index 5fd2e07577a50ee220db120d1359c060213e49f4..5a2da49c01c5b9b66358dd544f19f05237136a64 100644
--- a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
+++ b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
@@ -48,7 +48,7 @@ public:
bool isValid() const override { return m_surface; }
bool isAccelerated() const override { return true; }
PassRefPtr<SkImage> newImageSnapshot(AccelerationHint, SnapshotReason) override;
- Platform3DObject getBackingTextureHandleForOverwrite() override;
+ GLuint getBackingTextureHandleForOverwrite() override;
private:
OwnPtr<WebGraphicsContext3DProvider> m_contextProvider;

Powered by Google App Engine
This is Rietveld 408576698