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

Unified Diff: ui/gl/gl_context_stub_with_extensions.cc

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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: ui/gl/gl_context_stub_with_extensions.cc
diff --git a/ui/gl/gl_context_stub_with_extensions.cc b/ui/gl/gl_context_stub_with_extensions.cc
index 476eefc0a44223909ce822d5ec52413fa31401e4..dd792eddee054a0359e931c45f4f778b94f24a15 100644
--- a/ui/gl/gl_context_stub_with_extensions.cc
+++ b/ui/gl/gl_context_stub_with_extensions.cc
@@ -6,6 +6,8 @@
namespace gfx {
+GLContextStubWithExtensions::GLContextStubWithExtensions() {}
+
void GLContextStubWithExtensions::AddExtensionsString(const char* extensions) {
if (extensions == nullptr)
return;

Powered by Google App Engine
This is Rietveld 408576698