commit | ddb1e5ae096bd91da721887fd55e68c603bf7067 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Dec 13 20:10:45 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Mon Dec 13 20:10:45 2010 |
tree | 401d9a379ff03bb8b69a1ce9c23fe182f673f587 | |
parent | 1c9526e0650a91e412d815417634c9f193b1a4d5 [diff] [blame] |
Even more virtual method deinlining. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/5741001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69041 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc index 73cc483..315731b 100644 --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -382,6 +382,11 @@ // } // anonymous namespace. +bool GLES2Decoder::GetServiceTextureId(uint32 client_texture_id, + uint32* service_texture_id) { + return false; +} + GLES2Decoder::GLES2Decoder() : debug_(false) { }