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

Unified Diff: ui/gl/gl_image_stub.h

Issue 1830453002: WebGL: GL_RGB emulation for IOSurface backed textures. [For reference only] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile error. Created 4 years, 9 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 | « ui/gl/gl_image_memory.cc ('k') | ui/gl/gl_image_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_image_stub.h
diff --git a/ui/gl/gl_image_stub.h b/ui/gl/gl_image_stub.h
index 8edadb6195039058f985502485e63d6f5120c4e8..442a05ca7d0f0cdb0983cf8ef7b6e40e30a21205 100644
--- a/ui/gl/gl_image_stub.h
+++ b/ui/gl/gl_image_stub.h
@@ -34,6 +34,7 @@ class GL_EXPORT GLImageStub : public GLImage {
void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd,
uint64_t process_tracing_id,
const std::string& dump_name) override {}
+ bool EmulatingRGB() const override;
protected:
~GLImageStub() override;
« no previous file with comments | « ui/gl/gl_image_memory.cc ('k') | ui/gl/gl_image_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698