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

Side by Side Diff: components/html_viewer/blink_platform_impl.h

Issue 1384233003: Improve usefulness of webglcontextcreationerror statusMessage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | components/html_viewer/blink_platform_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 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 COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_ 5 #ifndef COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_
6 #define COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_ 6 #define COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/threading/thread_local_storage.h" 9 #include "base/threading/thread_local_storage.h"
10 #include "base/timer/timer.h" 10 #include "base/timer/timer.h"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 const blink::WebVector<blink::WebWaitableEvent*>& events); 76 const blink::WebVector<blink::WebWaitableEvent*>& events);
77 virtual blink::WebScrollbarBehavior* scrollbarBehavior(); 77 virtual blink::WebScrollbarBehavior* scrollbarBehavior();
78 virtual const unsigned char* getTraceCategoryEnabledFlag( 78 virtual const unsigned char* getTraceCategoryEnabledFlag(
79 const char* category_name); 79 const char* category_name);
80 virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D( 80 virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
81 const blink::WebGraphicsContext3D::Attributes& attributes, 81 const blink::WebGraphicsContext3D::Attributes& attributes,
82 blink::WebGraphicsContext3D* share_context); 82 blink::WebGraphicsContext3D* share_context);
83 virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D( 83 virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
84 const blink::WebGraphicsContext3D::Attributes& attributes, 84 const blink::WebGraphicsContext3D::Attributes& attributes,
85 blink::WebGraphicsContext3D* share_context, 85 blink::WebGraphicsContext3D* share_context,
86 blink::WebGLInfo* gl_info); 86 blink::WebGraphicsContext3D::WebGraphicsInfo* gl_info);
87 virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D( 87 virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
88 const blink::WebGraphicsContext3D::Attributes& attributes); 88 const blink::WebGraphicsContext3D::Attributes& attributes);
89 virtual blink::WebGraphicsContext3DProvider* 89 virtual blink::WebGraphicsContext3DProvider*
90 createSharedOffscreenGraphicsContext3DProvider(); 90 createSharedOffscreenGraphicsContext3DProvider();
91 virtual blink::WebData loadResource(const char* name); 91 virtual blink::WebData loadResource(const char* name);
92 virtual blink::WebGestureCurve* createFlingAnimationCurve( 92 virtual blink::WebGestureCurve* createFlingAnimationCurve(
93 blink::WebGestureDevice device_source, 93 blink::WebGestureDevice device_source,
94 const blink::WebFloatPoint& velocity, 94 const blink::WebFloatPoint& velocity,
95 const blink::WebSize& cumulative_scroll); 95 const blink::WebSize& cumulative_scroll);
96 virtual blink::WebCrypto* crypto(); 96 virtual blink::WebCrypto* crypto();
(...skipping 20 matching lines...) Expand all
117 MockWebBlobRegistryImpl blob_registry_; 117 MockWebBlobRegistryImpl blob_registry_;
118 scoped_ptr<WebCookieJarImpl> cookie_jar_; 118 scoped_ptr<WebCookieJarImpl> cookie_jar_;
119 scoped_ptr<WebClipboardImpl> clipboard_; 119 scoped_ptr<WebClipboardImpl> clipboard_;
120 120
121 DISALLOW_COPY_AND_ASSIGN(BlinkPlatformImpl); 121 DISALLOW_COPY_AND_ASSIGN(BlinkPlatformImpl);
122 }; 122 };
123 123
124 } // namespace html_viewer 124 } // namespace html_viewer
125 125
126 #endif // COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_ 126 #endif // COMPONENTS_HTML_VIEWER_BLINK_PLATFORM_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | components/html_viewer/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698