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

Unified Diff: content/renderer/gpu/gpu_channel_host.h

Issue 7835010: Fix thread-checker debug code in GpuChannelHost::MessageFilter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add include Created 9 years, 3 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 | « no previous file | content/renderer/gpu/gpu_channel_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/gpu_channel_host.h
diff --git a/content/renderer/gpu/gpu_channel_host.h b/content/renderer/gpu/gpu_channel_host.h
index 96c6ae418284fe3bb6cbe97545a61e771600869a..842a58cefd7e963e53e0cd874c1e47afefe312b4 100644
--- a/content/renderer/gpu/gpu_channel_host.h
+++ b/content/renderer/gpu/gpu_channel_host.h
@@ -15,7 +15,6 @@
#include "base/memory/weak_ptr.h"
#include "base/process_util.h"
#include "base/synchronization/lock.h"
-#include "base/threading/non_thread_safe.h"
#include "content/common/gpu/gpu_info.h"
#include "content/common/message_router.h"
#include "content/renderer/gpu/gpu_video_decode_accelerator_host.h"
@@ -132,8 +131,7 @@ class GpuChannelHost : public IPC::Message::Sender,
// A filter used internally to route incoming messages from the IO thread
// to the correct message loop.
- class MessageFilter : public IPC::ChannelProxy::MessageFilter,
- public base::NonThreadSafe {
+ class MessageFilter : public IPC::ChannelProxy::MessageFilter {
public:
MessageFilter(GpuChannelHost* parent);
virtual ~MessageFilter();
« no previous file with comments | « no previous file | content/renderer/gpu/gpu_channel_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698