Commit 3a66a7c3 authored by dtrainor@chromium.org's avatar dtrainor@chromium.org

Add TraceEvent for frame updates in browser

Add ContentViewCore#udpateFrameInfo trace event.

BUG=


Review URL: https://chromiumcodereview.appspot.com/13688003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192508 0039d316-1c4b-4281-b951-d872f2087c98
parent 436a71f4
......@@ -1974,7 +1974,7 @@ public class ContentViewCore implements MotionEventDelegate, NavigationClient {
float viewportWidth, float viewportHeight,
float controlsOffsetYCss, float contentOffsetYCss,
float overdrawBottomHeightCss) {
TraceEvent.instant("ContentViewCore:updateFrameInfo");
// Adjust contentWidth/Height to be always at least as big as
// the actual viewport (as set by onSizeChanged).
contentWidth = Math.max(contentWidth,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment