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

Unified Diff: android_webview/native/aw_pdf_exporter.h

Issue 176543004: aw: Split hardware rendering into HardwareRenderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 10 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 | « android_webview/native/aw_dev_tools_server.cc ('k') | android_webview/native/aw_pdf_exporter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_pdf_exporter.h
diff --git a/android_webview/native/aw_pdf_exporter.h b/android_webview/native/aw_pdf_exporter.h
index fa64fc0c6b8e059f11d0e7248255cad4d4aa096e..c8795fcea841fc4c5b530b998f789e4e77bbf412 100644
--- a/android_webview/native/aw_pdf_exporter.h
+++ b/android_webview/native/aw_pdf_exporter.h
@@ -24,13 +24,10 @@ class PrintSettings;
namespace android_webview {
-class BrowserViewRenderer;
-
class AwPdfExporter : public PrintManagerDelegate {
public:
AwPdfExporter(JNIEnv* env,
jobject obj,
- BrowserViewRenderer* view_renderer,
content::WebContents* web_contents);
virtual ~AwPdfExporter();
@@ -48,7 +45,6 @@ class AwPdfExporter : public PrintManagerDelegate {
void CreatePdfSettings(JNIEnv* env, jobject obj);
JavaObjectWeakGlobalRef java_ref_;
- BrowserViewRenderer* view_renderer_;
content::WebContents* web_contents_;
scoped_ptr<PrintManager> print_manager_;
« no previous file with comments | « android_webview/native/aw_dev_tools_server.cc ('k') | android_webview/native/aw_pdf_exporter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698