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

Conflicts resolved in conflicting files. OffscreenCanvas ready to be merged. #19067

Closed
wants to merge 11 commits into from

Code sanitized and fixed errors in travis build

  • Loading branch information
gauraangkhurana committed Nov 22, 2017
commit 84901675edeb2fa18b67d9c54712954b3c1424a8
@@ -15,8 +15,8 @@ use dom::element::{Element, RawLayoutElementHelpers};
use dom::globalscope::GlobalScope;
use dom::htmlelement::HTMLElement;
use dom::node::{Node, window_from_node};
use dom::offscreencanvasrenderingcontext2d::{OffscreenCanvasRenderingContext2D,
LayoutOffscreenCanvasRenderingContext2DHelpers};
use dom::offscreencanvasrenderingcontext2d::OffscreenCanvasRenderingContext2D;
use dom::offscreencanvasrenderingcontext2d::LayoutOffscreenCanvasRenderingContext2DHelpers;
use dom::webglrenderingcontext::{LayoutCanvasWebGLRenderingContextHelpers, WebGLRenderingContext};
use dom_struct::dom_struct;
use html5ever::{LocalName, Prefix};
@@ -458,10 +458,8 @@ impl OffscreenCanvasRenderingContext2DMethods for OffscreenCanvasRenderingContex
self.draw_image(image, 0f64, 0f64, None, None, dx, dy, None, None)
}

/// Reassign the focus context to the element that last requested focus during this
/// transaction, or none if no elements requested it.
// https://html.spec.whatwg.org/multipage/#dom-context-2d-drawimage
fn Commit(&self) {

}

// https://html.spec.whatwg.org/multipage/#dom-context-2d-drawimage
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.