Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove vsync from FIE #14037

Merged
merged 2 commits into from Mar 16, 2018
Merged

Conversation

jridgewell
Copy link
Contributor

PR 2 of #12748.

@@ -501,51 +493,41 @@ export class FriendlyIframeEmbed {
/**
* Runs a measure/mutate cycle ensuring that the iframe change is propagated
* to the resource manager.
* @param {{measure: (Function|undefined), mutate: (Function|undefined)}} task
* @param {{measure: (function()|undefined), mutate: function()}} task
* @param {!Object=} opt_state
* @return {!Promise}
* @private
*/
runVsyncOnIframe_(task, opt_state) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would argue that this name is obsolete.

@jridgewell jridgewell merged commit 08fabd5 into ampproject:master Mar 16, 2018
@jridgewell jridgewell deleted the amp-layers-mutation-5 branch March 16, 2018 18:46
@jridgewell jridgewell added this to TODO in Layers via automation Apr 9, 2018
@jridgewell jridgewell moved this from TODO to Done (Sub tasks) in Layers Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Layers
  
Done (Mutation Subtasks)
Development

Successfully merging this pull request may close these issues.

None yet

3 participants