Aggregate damage rects in surface aggregator
[chromium-blink-merge.git] / gin / shell / hello_world.js
blob7216fbd18e22ea291cf1aab3cce026c5b5a82993
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 define(["console"], function(console) {
6   console.log("Hello World");
7 });