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

Side by Side Diff: content/shell/renderer/layout_test/layout_test_content_renderer_client.h

Issue 2873203003: color: Add --force-color-profile command line flag (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H _ 5 #ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H _
6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H _ 6 #define CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIENT_H _
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "content/shell/renderer/shell_content_renderer_client.h" 10 #include "content/shell/renderer/shell_content_renderer_client.h"
(...skipping 19 matching lines...) Expand all
30 OverrideCreateWebRTCPeerConnectionHandler( 30 OverrideCreateWebRTCPeerConnectionHandler(
31 blink::WebRTCPeerConnectionHandlerClient* client) override; 31 blink::WebRTCPeerConnectionHandlerClient* client) override;
32 std::unique_ptr<blink::WebMIDIAccessor> OverrideCreateMIDIAccessor( 32 std::unique_ptr<blink::WebMIDIAccessor> OverrideCreateMIDIAccessor(
33 blink::WebMIDIAccessorClient* client) override; 33 blink::WebMIDIAccessorClient* client) override;
34 std::unique_ptr<blink::WebAudioDevice> OverrideCreateAudioDevice( 34 std::unique_ptr<blink::WebAudioDevice> OverrideCreateAudioDevice(
35 const blink::WebAudioLatencyHint& latency_hint) override; 35 const blink::WebAudioLatencyHint& latency_hint) override;
36 blink::WebClipboard* OverrideWebClipboard() override; 36 blink::WebClipboard* OverrideWebClipboard() override;
37 blink::WebThemeEngine* OverrideThemeEngine() override; 37 blink::WebThemeEngine* OverrideThemeEngine() override;
38 std::unique_ptr<MediaStreamRendererFactory> CreateMediaStreamRendererFactory() 38 std::unique_ptr<MediaStreamRendererFactory> CreateMediaStreamRendererFactory()
39 override; 39 override;
40 std::unique_ptr<gfx::ICCProfile> GetImageDecodeColorProfile() override;
41 void DidInitializeWorkerContextOnWorkerThread( 40 void DidInitializeWorkerContextOnWorkerThread(
42 v8::Local<v8::Context> context) override; 41 v8::Local<v8::Context> context) override;
43 void SetRuntimeFeaturesDefaultsBeforeBlinkInitialization() override; 42 void SetRuntimeFeaturesDefaultsBeforeBlinkInitialization() override;
44 43
45 private: 44 private:
46 std::unique_ptr<LayoutTestRenderThreadObserver> shell_observer_; 45 std::unique_ptr<LayoutTestRenderThreadObserver> shell_observer_;
47 std::unique_ptr<MockWebClipboardImpl> clipboard_; 46 std::unique_ptr<MockWebClipboardImpl> clipboard_;
48 }; 47 };
49 48
50 } // namespace content 49 } // namespace content
51 50
52 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIEN T_H_ 51 #endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_LAYOUT_TEST_CONTENT_RENDERER_CLIEN T_H_
OLDNEW
« no previous file with comments | « content/shell/app/shell_main_delegate.cc ('k') | content/shell/renderer/layout_test/layout_test_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698