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

Unified Diff: pdf/out_of_process_instance.h

Issue 2764353002: PDF Viewer pinch zoom: Compute the zoom needed for the paint offset. (Closed)
Patch Set: Created 3 years, 9 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 | pdf/out_of_process_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/out_of_process_instance.h
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
index d4c9c971c7963c2957624a9f32bb5664fda403f3..dbaeb29c86c21253305b440723910d4df27df818 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -256,7 +256,6 @@ class OutOfProcessInstance : public pp::Instance,
pp::FloatPoint starting_scroll_offset_;
// True if last bitmap was smaller than screen.
bool last_bitmap_smaller_;
- double last_zoom_when_smaller_;
// Current device scale factor.
float device_scale_;
// True if the plugin is full-page.
« no previous file with comments | « no previous file | pdf/out_of_process_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698