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

Unified Diff: gpu/command_buffer/service/shader_manager.cc

Issue 10795037: Revert 147328 - Current status of patch: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « gpu/command_buffer/service/shader_manager.h ('k') | gpu/command_buffer/service/shader_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/shader_manager.cc
===================================================================
--- gpu/command_buffer/service/shader_manager.cc (revision 147496)
+++ gpu/command_buffer/service/shader_manager.cc (working copy)
@@ -3,9 +3,6 @@
// found in the LICENSE file.
#include "gpu/command_buffer/service/shader_manager.h"
-
-#include <utility>
-
#include "base/logging.h"
#include "base/string_util.h"
@@ -16,8 +13,7 @@
: use_count_(0),
service_id_(service_id),
shader_type_(shader_type),
- valid_(false),
- source_compiled_(false) {
+ valid_(false) {
}
ShaderManager::ShaderInfo::~ShaderInfo() {
« no previous file with comments | « gpu/command_buffer/service/shader_manager.h ('k') | gpu/command_buffer/service/shader_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698