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

Side by Side Diff: Source/web/WebViewImpl.h

Issue 597683007: Revert of Revert of Initial draft - modify ViewportAnchor to know about both inner and outer viewports. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « Source/web/ViewportAnchor.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2010 Google Inc. All rights reserved. 2 * Copyright (C) 2010 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 492
493 bool matchesHeuristicsForGpuRasterizationForTesting() const { return m_match esHeuristicsForGpuRasterization; } 493 bool matchesHeuristicsForGpuRasterizationForTesting() const { return m_match esHeuristicsForGpuRasterization; }
494 494
495 private: 495 private:
496 void setTopControlsContentOffset(float); 496 void setTopControlsContentOffset(float);
497 497
498 // TODO(bokan): Remains for legacy pinch. Remove once it's gone. Made privat e to 498 // TODO(bokan): Remains for legacy pinch. Remove once it's gone. Made privat e to
499 // prevent external usage 499 // prevent external usage
500 virtual void setPageScaleFactor(float scaleFactor, const WebPoint& origin) O VERRIDE; 500 virtual void setPageScaleFactor(float scaleFactor, const WebPoint& origin) O VERRIDE;
501 501
502 void scrollAndRescaleViewports(float scaleFactor, const IntPoint& mainFrameO rigin, const FloatPoint& pinchViewportOrigin);
503
504 IntRect visibleRectInDocument() const;
505
502 float legibleScale() const; 506 float legibleScale() const;
503 void refreshPageScaleFactorAfterLayout(); 507 void refreshPageScaleFactorAfterLayout();
504 void resumeTreeViewCommits(); 508 void resumeTreeViewCommits();
505 void setUserAgentPageScaleConstraints(PageScaleConstraints newConstraints); 509 void setUserAgentPageScaleConstraints(PageScaleConstraints newConstraints);
506 float clampPageScaleFactorToLimits(float) const; 510 float clampPageScaleFactorToLimits(float) const;
507 IntSize contentsSize() const; 511 IntSize contentsSize() const;
508 512
509 void resetSavedScrollAndScaleState(); 513 void resetSavedScrollAndScaleState();
510 514
511 void updateMainFrameScrollPosition(const IntPoint& scrollPosition, bool prog rammaticScroll); 515 void updateMainFrameScrollPosition(const IntPoint& scrollPosition, bool prog rammaticScroll);
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 float m_topControlsContentOffset; 731 float m_topControlsContentOffset;
728 }; 732 };
729 733
730 // We have no ways to check if the specified WebView is an instance of 734 // We have no ways to check if the specified WebView is an instance of
731 // WebViewImpl because WebViewImpl is the only implementation of WebView. 735 // WebViewImpl because WebViewImpl is the only implementation of WebView.
732 DEFINE_TYPE_CASTS(WebViewImpl, WebView, webView, true, true); 736 DEFINE_TYPE_CASTS(WebViewImpl, WebView, webView, true, true);
733 737
734 } // namespace blink 738 } // namespace blink
735 739
736 #endif 740 #endif
OLDNEW
« no previous file with comments | « Source/web/ViewportAnchor.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698