From 463c12be4e4db12f7c1632efc86a0f4dc0c5e1ec Mon Sep 17 00:00:00 2001 From: "sievers@chromium.org" Date: Sat, 15 Mar 2014 00:25:49 +0000 Subject: Make GLImage interface pure virtual Review URL: https://codereview.chromium.org/199783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257260 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/gl/gl_image_glx.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ui/gl/gl_image_glx.cc') diff --git a/ui/gl/gl_image_glx.cc b/ui/gl/gl_image_glx.cc index bba53d5..018c761 100644 --- a/ui/gl/gl_image_glx.cc +++ b/ui/gl/gl_image_glx.cc @@ -183,4 +183,10 @@ void GLImageGLX::WillUseTexImage() { void GLImageGLX::DidUseTexImage() { } +void GLImageGLX::WillModifyTexImage() { +} + +void GLImageGLX::DidModifyTexImage() { +} + } // namespace gfx -- cgit v1.1